Munin : Add Target Items
2016/06/06 |
Enable plugin to add new monitoring target items.
Plugins are located like here, but it's possbile to add 3rd party's one or your original plugins.
⇒ https://github.com/munin-monitoring/contrib/
For example, add a terget iten to enable Apache access plugin on here.
|
|
[1] | Configure on the target host you'd like to enable a new plugin. |
root@dlp:~#
root@dlp:~# apt-get -y install libwww-perl ln -s /usr/share/munin/plugins/apache_accesses /etc/munin/plugins/apache_accesses root@dlp:~# a2enmod status root@dlp:~# systemctl restart apache2 munin-node
|
[2] | Login to the Munin admin site and make sure a new taget item is displayed after few minutes later. |